home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / beastboy.swf / scripts / DefineSprite_249 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  311b  |  18 lines

  1. onenterframe = function()
  2. {
  3.    if(Key.isDown(66))
  4.    {
  5.       if(Key.isDown(89))
  6.       {
  7.          if(!r.cheat1)
  8.          {
  9.             r.cheat1 = 1;
  10.             r.zbonus.start();
  11.             barcolor = new color(r.bar);
  12.             barcolor.setbrightness(50);
  13.          }
  14.       }
  15.    }
  16. };
  17. stop();
  18.